www.gusucode.com > PHP展示型企业网站模板米拓整站源码 1.0PHP源码程序 > PHP展示型企业网站模板米拓整站源码 1.0/MetInfozs_v1.0/MetInfozs_v1.0/app/system/admin/templates/web/appstore/js/tempservice.js

    define(function(require, exports, module) {

	var common = require('common');
	$(document).on('click',".lookcontact",function(){
		//event.preventDefault();
		common.metalert({
			html:$(this).next().val(),
			type:'window',
			MaxWidth:600
		});
	});
	$(document).on('click',".shangjiaruzhu",function(){
		//event.preventDefault();
		common.metalert({
			html:$(this).next().val(),
			type:'window',
			MaxWidth:600
		});
	});
	
});